.calendar-big {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: none;
}
#calendar {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Position and style the remove (×) button on event item */
/* Style for event container and remove button */
.evo-calendar .event-container {
  position: relative;
  padding-right: 25px; /* space for the remove button */
  cursor: default;
}
